home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
- <?xml-stylesheet href="chrome://ybookmarks/skin/idDialogs.css" type="text/css"?>
-
- <!DOCTYPE page SYSTEM "chrome://ybookmarks/locale/introWiz.dtd">
-
- <dialog
- id="dlg_wizCancelled"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:html="http://www.w3.org/1999/xhtml"
- title="&yb.wizard.cancelled.dialog.title;"
- buttons="accept, cancel"
- defaultButton="cancel"
- ondialogaccept="window.arguments[0].aborted=true;"
- ondialogcancel="window.arguments[0].aborted=false;"
- buttonlabelaccept="&yb.wizard.cancelled.abort;"
- buttonlabelcancel="&yb.wizard.cancelled.continue;"
- >
-
-
- <description class="doubly-padded">&yb.wizard.cancelled.desc;</description>
- <separator />
- <separator class="groove" />
-
- </dialog>
-